Skip to content

[6.x] Inertia entry type#19128

Draft
brianjhanson wants to merge 3 commits into
6.xfrom
feature/inertia-entry-type
Draft

[6.x] Inertia entry type#19128
brianjhanson wants to merge 3 commits into
6.xfrom
feature/inertia-entry-type

Conversation

@brianjhanson

Copy link
Copy Markdown
Contributor

Ports the entry type edit page over to inertia, but that page is really just a shell so we can figure out how to make some of the larger legacy JS chunks (like the field layout designer) work in the inertia world.

];

$translationMethodOptions = [
['value' => TranslationMethod::None->value, 'label' => t('Not translatable')],

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TranslationMethod already has a description method, probably good to add a label method as well

Html::endTag('div'). // .fld-library
Html::endTag('div'). // .fld-container
Html::endTag('div'); // .layoutdesigner
return view('c::forms.fld.designer', [

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So good to get rid of that PHP HTML soup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants